シンタックス
'宣言
Public Overloads Function DoDragDropAsJson(Of )( _
ByVal As , _
ByVal As System.Windows.Forms.DragDropEffects, _
ByVal As System.Drawing.Bitmap, _
ByVal As System.Drawing.Point, _
ByVal As System.Boolean _
) As System.Windows.Forms.DragDropEffects
'使用法
Dim instance As C1FlexViewerPane
Dim data As
Dim allowedEffects As System.Windows.Forms.DragDropEffects
Dim dragImage As System.Drawing.Bitmap
Dim cursorOffset As System.Drawing.Point
Dim useDefaultDragImage As System.Boolean
Dim value As System.Windows.Forms.DragDropEffects
value = instance.DoDragDropAsJson(Of T)(data, allowedEffects, dragImage, cursorOffset, useDefaultDragImage)
public System.Windows.Forms.DragDropEffects DoDragDropAsJson<>(
,
System.Windows.Forms.DragDropEffects? ,
System.Drawing.Bitmap? ,
System.Drawing.Point? ,
System.bool?
)
パラメータ
- data
- allowedEffects
- dragImage
- cursorOffset
- useDefaultDragImage
型パラメータ
- T
参照